I'm just wondering, is it possible to retrieve two tables at once from the backend.
You retrieve entities not the actual tables, so you must build your entity in a way that contains data from both tables. It all up to your imagination.
In most cases I wouldn't advise it (like Michael said).