Is it possible to use another server's H2 database

Hello! metabase.jar It is located in 192.168.10.10 server, but h2.db is located in 192.168.10.11 server. Can I load h2.db through configuration when I start metabase.jar

Just upgrade to MySQL or Postgres. You really don’t want to use H2 for anything beyond initial install.

Just for reference:
https://www.metabase.com/docs/latest/operations-guide/migrating-from-h2.html
https://www.metabase.com/blog/scaling-metabase/index.html