VB6 için:
Form1.hide
Form2.show
İşini görecektir.

VB.NET için:
Me.Hide()
Form2.Show()
kodunu kullanabilirsin.