How to Create a shortcode to this php function

You can use the add_shortcode function to do that. You just need to pass your isa_before_add_to_cart_form function as a shortcode like this:

add_shortcode( 'isa_show_link', 'isa_before_add_to_cart_form );

Now you can use the shortcode [isa_show_link] to display it anywhere. It’s simple.