How to Trigger comment_form_after action if comment_form() not used

You can simply place the hook yourself in your theme (or better: Child theme) template:

do_action( 'comment_form_after' );