This is not recommended as you will quickly encounter concurrency issues. In that case, I would use traditional RDMS such as MySQL or PostegreSQL.
SQLite has a useful page explaining when to use it. It says:
If you have many client programs accessing a shared database over the network, you should consider using the SQLite client database server.