If you're using a standard MySQL installation, there is absolutely no performance difference between tables in a different database.
The databases are simply different directories in the filesystem where it stores its files.
NOW, there are SOME cases where this is not true - for example, if one of your databases is kept on a different disc with different performance / contention issues. Talk to your DBA about that if you're sufficiently worried.
Mark