Magento 2 : Can We Add Data From Custom Module to Core Database?

If I want to insert form data in to the “customer_entity” table How can we achieve that?

I have mentioned all fields in the form as “create an account”, and rather than creating a new table in the database I want to insert the data in the Magento’s core customer table.

Thanks for help in advance !!