How would I achieve this is I wanted to run queries in parallell for different tables?

Like

DF = Select * from table a where group =1

DF2 = Select * from table b where group =1