Excellent, that worked for me.
GV_DOCID_ADJ = CInt(Right(CStr(DW_DWDOCID),3))*3
GV_DOCTIME = DateAdd(DateInterval.Second,GV_DOCID__ADJ,WF_START_DATETIME)
Time Delay Activity: GV_DOCTIME
The goal is the two identical documents enter workflow at the same time, same info. The only difference is the DocID. This will leverage the DocID to create a number that is different enough that I can use it to manipulate a time variable. Then apply that variable to the timer activity.
Example: For DOCID "10516" it will return "516*3" so "1548"
That document will then add 1548 seconds to the current time and wait. This allows workflow enough of a time difference to not treat them the same.