You may consider setting a reference within the first Db to the second which will enable you to use the forms etc of Db2.
Write a Function in Db2
Function Start_Db2()
docmd.openform myForm
end function
in db1 call the function, e.g.
dim intReturn as integer
intReturn =...