Apply comment to different post (not the current post) [duplicate]

Yes, you can pass the post ID you want to target to WordPress’ comment_form() method.

Here’s a good write up on the comment_form() method and here’s the codex page on it.