Normally Forms added in the IDE are already created but not shown.
so in main_unit add "uses unit1;"
Then Form2.Show or Form2.ShowModal should be enough.
If you need to change values in main_unit, add
"uses main_unit;" in unit1 below the implementation keyword.