You need to pass it Focus...

FormName.Focus()
or set its owner to one you want behind
FormName.show(FrontFormName)

Which of the two methods depends on how you want the forms to react....