Sure, but what you are describing is no longer a multi-tenant application/database. It's essentially a single-tenant deployment of your tech stack per customer. Which is not very cost effective.
I would still consider it a multi-tenant system. It's a single database to manage, which distributes your customers using their identity as a partitioning key.