Can the _id in my database have the same value as the _owner?

Id can be programmed, for example:
let toSave = {
// “_id”: “1”,
“_id” : $w( “#input14” ).value,

I assumed you need to filter by the owner. If this is the case, you can add a filter the collection in your form or query to the owner only.