Forms are used to add data to your table so yes, you could. You could have multiple forms if you have different people adding different information in but that would be better handled with pages within the same form if you ask me.
Be careful how many forms are open using the same table and if you are on the same record you will potentially get the errors of "You and another user are attempting to change ..." etc. This is even if nobody else is doing it but you because you might be attempting to edit the same record from two different forms.