I have an events tables in my db, which includes among others start_date and end_date columns.
I frequently run queries like
where start_date > \
Yes, database will use those indexes and it should increase performance.
Note: it cannot use the two disctinct indexes simultaneously for good performance you need a multi-column index.