I have two entities, each from a different database and therefore different edmx files. There is, however, an infered relationship between them.
Foo has
Foo
You can do this by adding cross-model navigation properties. This requires manually editing the EDMX. There is an example, including LINQ to Entities, here.