How to use shortcode of any plugin to show it visually where i want?

get_post_field alone does not render shortcodes. Try

echo do_shortcode( get_post_field( 'post_content', $post->ID) );

error code: 523