Can I have 2 forms in one page?
Yes, an HTML page can have multiple forms! In fact, it can have as many forms as you want. Just like how a buffet can have as many dishes as you want.
Can a HTML page have two forms?
You can handle multiple separate forms on a single page by including a hidden field identifying the submitted form. You can use formsets to create multiple different instances of the same form on a single page.