The function create_all is a SQLAlchemy function, so you need to feed tables in SQLAlchemy table type:
SQLModel.metadata.create_all(engine, tables=[Table1.__table__, Table2.__table__])