Yes. You can have multiple tables the same database for different apps to use. Just make sure they don't use the same names, or you could have some problems.

Only problem with having muliple apps using the same database is that they all use the same user and password as well. If you are only using this for yourself, this is not a big deal, but if you want give someone else mySQL access, you would end up sharing the same login info.