It's somewhat dependent on how your forms are designed. You can refer to another (open) form with a fully qualified data source such as:
=Forms("TheOtherForm").Controls("Textbox1").Value
Or
=Forms![TheOtherForm]![TextBox1]
Maybe that will help. Otherwise, explain more about what you are trying to do with these forms.
ξ