Nope, datafiles are for use by a single database, why would you want to share the file?
Check what is being run, you could have a cross database query that is causing the blocking. Run a DBCC INPUTBUFFER on the blocking and blocked spids to find out what is going on with the connections that could cause this.