Include comments form in plugin page

Just as @Jevuska mentioned, you can use the $post_id as an argument here, in fact, you can also use a ton of optional $args as well <?php comment_form( $args, $post_id ); ?>

You can find the information in the Codex here: https://codex.wordpress.org/Function_Reference/comment_form