Shortcodes in custom post fields without the_content()

You can use the do_shortcode() function for this.

echo do_shortcode( '[your-shortcode including="any" parameters="needed"]' );