Oh, I thought you would have some code in that form that would hide itself. If you dont mind creating new instances then before opening it simply initialize a new instance:
DirectCast(Me.MdiParent, Form1).edit = New edit
DirectCast(Me.MdiParent, Form1).edit.MdiParent = Me.MdiParent
DirectCast(Me.MdiParent, Form1).edit.Show()