You will need to either create a separate DATABASE (easiest method) so run 2 strapi instances and 2 databases)
Else you have to create a init script for mariadb to create the other tables.
Here is an example of it
Using the multiple tables, you can then change the variables for each one to connect to a separate table and when it starts it creates them.